object AlarmCallForm: TAlarmCallForm Left = 207 Top = 101 BorderStyle = bsDialog Caption = 'Epoch Organiser 3.0' ClientHeight = 248 ClientWidth = 209 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 20 Top = 4 Width = 169 Height = 24 Caption = 'Your Alarm Call!!' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentFont = False end object GroupBox1: TGroupBox Left = 4 Top = 28 Width = 200 Height = 49 Caption = 'Alarm Times' TabOrder = 0 object Time1Panel: TPanel Left = 7 Top = 17 Width = 66 Height = 23 BorderStyle = bsSingle Ctl3D = False ParentCtl3D = False TabOrder = 0 end object Time2Panel: TPanel Left = 129 Top = 17 Width = 66 Height = 23 BorderStyle = bsSingle Ctl3D = False ParentCtl3D = False TabOrder = 1 end end object GroupBox2: TGroupBox Left = 4 Top = 80 Width = 200 Height = 46 Caption = 'Alarm Title' TabOrder = 1 object TitlePanel: TPanel Left = 5 Top = 16 Width = 190 Height = 23 BorderStyle = bsSingle Ctl3D = False ParentCtl3D = False TabOrder = 0 end end object GroupBox3: TGroupBox Left = 4 Top = 128 Width = 201 Height = 116 Caption = 'Alarm Text' TabOrder = 2 object ACallText: TMemo Left = 5 Top = 15 Width = 191 Height = 95 ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end end